GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-19T17:13:05.1554085+00:00",
"SubmitDate": "2026-06-19T17:13:05.1554085+00:00",
"ReportPeriodStart": "2026-06-19T17:13:05.1554085+00:00",
"ReportPeriodEnd": "2026-06-19T17:13:05.1554085+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe19c774-e18a-485f-8c21-f443cf8c75d1",
"Rows": [
{
"ItemId": "0a942bbe-93e4-4a37-8d2b-0479c53e5d6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0a942bbe-93e4-4a37-8d2b-0479c53e5d6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe19c774-e18a-485f-8c21-f443cf8c75d1",
"Rows": [
{
"ItemId": "0a942bbe-93e4-4a37-8d2b-0479c53e5d6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0a942bbe-93e4-4a37-8d2b-0479c53e5d6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fff89c18-1fb1-4f8e-a91d-c200934419b2",
"1ae010b2-acca-4a6f-a110-91618fbccc76"
],
"Approvers": [
"fac514e3-48ab-4bc5-9e8a-59eae1e0c469",
"e0a8a80a-d171-43a0-9cb9-61785d87a2a9"
],
"ApprovedBy": "5f1eadeb-44b1-4fb2-8af2-9193bc0a5758",
"ApprovalDate": "2026-06-19T17:13:05.1554085+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3689352f-f7f4-4dda-b1e7-30654d4b6c8c",
"id": "07e6d9c4-001e-40b4-8405-5343fd186d71",
"ConfigId": "491ccfe8-c85f-4855-b683-7eaf16c92109"
},
{
"GenerationDate": "2026-06-19T17:13:05.1554085+00:00",
"SubmitDate": "2026-06-19T17:13:05.1554085+00:00",
"ReportPeriodStart": "2026-06-19T17:13:05.1554085+00:00",
"ReportPeriodEnd": "2026-06-19T17:13:05.1554085+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe19c774-e18a-485f-8c21-f443cf8c75d1",
"Rows": [
{
"ItemId": "0a942bbe-93e4-4a37-8d2b-0479c53e5d6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0a942bbe-93e4-4a37-8d2b-0479c53e5d6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe19c774-e18a-485f-8c21-f443cf8c75d1",
"Rows": [
{
"ItemId": "0a942bbe-93e4-4a37-8d2b-0479c53e5d6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0a942bbe-93e4-4a37-8d2b-0479c53e5d6e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fff89c18-1fb1-4f8e-a91d-c200934419b2",
"1ae010b2-acca-4a6f-a110-91618fbccc76"
],
"Approvers": [
"fac514e3-48ab-4bc5-9e8a-59eae1e0c469",
"e0a8a80a-d171-43a0-9cb9-61785d87a2a9"
],
"ApprovedBy": "5f1eadeb-44b1-4fb2-8af2-9193bc0a5758",
"ApprovalDate": "2026-06-19T17:13:05.1554085+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3689352f-f7f4-4dda-b1e7-30654d4b6c8c",
"id": "07e6d9c4-001e-40b4-8405-5343fd186d71",
"ConfigId": "491ccfe8-c85f-4855-b683-7eaf16c92109"
}
]